runtime.workType.pauseStart (field)

9 uses

	runtime (current package)
		mgc.go#L421: 	pauseStart int64 // nanotime() of last STW
		mgc.go#L683: 	work.pauseStart = now
		mgc.go#L750: 		work.pauseNS += now - work.pauseStart
		mgc.go#L752: 		memstats.gcPauseDist.record(now - work.pauseStart)
		mgc.go#L873: 	work.pauseStart = now
		mgc.go#L903: 			work.pauseNS += now - work.pauseStart
		mgc.go#L904: 			memstats.gcPauseDist.record(now - work.pauseStart)
		mgc.go#L1018: 	work.pauseNS += now - work.pauseStart
		mgc.go#L1020: 	memstats.gcPauseDist.record(now - work.pauseStart)